Skip to main content
Version: 9.2

Customization Submodules

submodules > Chart Panel

const subModules = {
chartPanel: {
keep: ['menu.download.pdf']
}
}
KeyDescription
headerThe entire header for the panel
header.qChartNameThe title of the panel
header.qFitPanelThe fit-to-panel button
header.qSortingThe sorting button
header.qChartSelectionThe chart selection button
header.qFilterThe filter and the options for filtering
header.optionMenuThe three dot button
header.optionMenu.qEditChartThe edit option inside the three dot button
header.optionMenu.qDuplicateChartThe duplicate option inside the three dot button
header.optionMenu.qDownloadChartThe download option inside the three dot button
header.optionMenu.qDownloadChart.qChartJPGThe JPG format in the download option
header.optionMenu.qDownloadChart.qChartPDFThe PDF format in the download option
header.optionMenu.qDownloadChart.qChartCSVThe CSV format in the download option
header.optionMenu.qDownloadChart.qChartSummaryThe CSV summary format in the download option
header.optionMenu.qDownloadChart.qChartExcelThe Excel format in the download option
header.qColumnReplacementThe column replacement section in column settings
header.qColumnAggregationThe column aggregation section in column settings
optionDateGroupingThe column date grouping section in column settings
optionDateGrouping.qDayOnlyThe option for (Day Month) in date grouping dropdown
optionDateGrouping.qMonthThe option for (Month, Year) in date grouping dropdown
optionDateGrouping.qMonthOnlyThe option for (Month) in date grouping dropdown
optionDateGrouping.qQuarterThe option for (Quarter, Year) in date grouping dropdown
optionDateGrouping.qQuarterOnlyThe option for (Quarter) in date grouping dropdown
optionDateGrouping.qWeekThe option for (Week, Year) in date grouping dropdown
optionDateGrouping.qYearThe option for (Year) in date grouping dropdown
optionDateGrouping.qDayThe option for (Full Date) in date grouping dropdown
optionDateGrouping.qHourThe option for (Date, Hour) in date grouping dropdown
optionDateGrouping.qHourOnlyThe option for (Hour) in date grouping dropdown
optionDateGrouping.qMinuteThe option for (Date, Minute) in date grouping dropdown
optionDateGrouping.qMinuteOnlyThe option for (Minute) in date grouping dropdown
optionDateGrouping.qSecondThe option for (Date, Second) in date grouping dropdown
optionDateGrouping.qSecondOnlyThe option for (Second) in date grouping dropdown